Skip to main content

All Questions

Tagged with
0votes
1answer
86views

Automount ext4 format thumb drive via NFS on a raspberry pi in cluster with fstab fails on reboot

I am trying to automount (on reboot) an NFS thumb drive onto another raspberry pies in a cluster using fstab. I have tried all the solutions on how to auto mount NFS drive on reboot using fstab https:...
Coddy's user avatar
1vote
1answer
449views

Discrepancies between /etc/fstab options and mounted options in Linux

I have this line in /etc/fstab: UUID=9818D4D618D4B48A /mnt/Seriale ntfs3 defaults,noatime,nodiratime,nofail,async 0 0 And after mounting it and reading its options, I get: rw,noatime,nodiratime,uid=0,...
Marus Gradinaru's user avatar
0votes
0answers
161views

Preserve timestamp with rsync on QNAP share from PI

I have a Rasberry PI where I have mounted a QNAP share. This is how it is mounted in /etc/fstab on the PI: //192.168.1.130/Backup/Icloud /home/pi/IcloudPictures cifs username=admin,password=masked,uid=...
Ziggy000's user avatar
0votes
2answers
920views

Can't mount network drive properly over Wi-Fi (cifs error -101)

NOTE: this is a repost from https://askubuntu.com/questions/1427248/cant-mount-network-drive-properly-over-wi-fi because it was off-topic there I am trying to mount a network drive on Lubuntu 16.4 ...
MoltenEQ's user avatar
2votes
1answer
1kviews

RaspberryPI cannot change permission of mounted hdd due to rpi-first-boot-wizard user

I mounted an external hdd into /mnt/edisk on my raspberry pi. If I check ownership, strangely I see this: drwxr-xr-x 19 rpi-first-boot-wizard rpi-first-boot-wizard 128K May 10 17:44 edisk I can write ...
bcsta's user avatar
0votes
1answer
950views

Buster lists external hard drive twice, same name

I have a pi running Raspbian GNU/Linux 10 (buster) armv7l with an external hd attached via usb. For some reason I have that hd listed twice in /media/pi. One of them has a "1" appended to ...
Dennis_M's user avatar
0votes
1answer
2kviews

mount: unknown filesystem type 'btrfs'

I have a Raspberry Pi running Raspbian with a btrfs partition on an external drive. The system is configured to install security updates automatically, but not other updates. All of a sudden, upon ...
user149408's user avatar
0votes
1answer
203views

.img file mounted, want to see file updates without having to remount

I have a raspberry pi that is emulating a mass storage device, while having the backing .img file mounted. Once the pi is powered up and the .img is mounted, I turn on the mass storage emulation. I'm ...
David's user avatar
0votes
0answers
259views

External SSD mounted drive has corrupted inode used count

I have two internal SSDs (one 120GB, other 128GB), each plugged to one of these Sabrent external SSD enclosure. One of them started failing right away so I gave up on it thinking it could just be a ...
Rodrigo Castro's user avatar
1vote
1answer
1kviews

Cannot mount Synology server on Raspberry Pi, but can access it in the file browser (mount error(2): No such file or directory)

I am trying to access the files on my NAS within programs and so I want to mount the network share. When using the line: sudo mount -t cifs -o username=correctusername,password=correctpassword,sec=...
user4913118's user avatar
1vote
1answer
688views

Mounting USB on boot causes error on boot on Pi4

I am attempting to mount a usb drive to a specific directory at boot time so that it's mapped to the same directory each time. I read this article, https://raspberrypi.stackexchange.com/questions/...
ErocM's user avatar
0votes
0answers
102views

How can OS know my fstab?

I have the following fstab on my Raspberry PI: /dev/mmcblk0p1 /boot vfat noatime,ro 0 2 /dev/mmcblk0p3 /settings ext4 defaults,nodelalloc,noatime,commit=60 0 ...
Dims's user avatar
  • 3,375
0votes
0answers
617views

Mount point: inode/x-corrupted type

I mounted /dev/sdb1 to /mnt/MyFlashdrive. After mounting, the mount point turned into a inode/x-corrupted type. There are no files inside the mount point and its permission is set to 777 and the owner ...
zvz's user avatar
0votes
1answer
1kviews

Unable to mount root filesystem on RPi image boot under QEMU

I am trying to boot HypriotOS (https://github.com/hypriot/image-builder-rpi/releases/) RPi images from QEMU I am using the kernels from https://github.com/dhruvvyas90/qemu-rpi-kernel and preparing ...
aitorpazos's user avatar
1vote
3answers
2kviews

Delete and modify not supported smb external drive (exfat)

I run SAMBA 4.9.5 on my raspberry pi 4 and share a folder on my external hard drive(exfat as fs). It worked all fine until I want to remotely delete or modify files on it. I cannot delete anything ...
DOCTYPE HTML's user avatar

153050per page
close